﻿@charset "utf-8";
/* CSS Document */
html,body {font-size:14px;margin:0;padding:0;font-family: "微软雅黑";color:#333;background:#FFF;letter-spacing:0.5px;}
.center  {text-align:center}
ul,li,dl,dt,dd,form {margin:0;padding:0;list-style-type:none;}
a:link,a:visited {color:#333;text-decoration:none}
a:hover,a:active {color:#0084B9}

a.navlink:link,a.navlink:visited {color:#333;text-decoration:none;    margin: 25px 0px;    padding: 25px 0px;font-size:16px;}
a.navlink:hover,a.navlink:active,a.curnavlink:link,a.curnavlink:visited {color:#3154d8;text-decoration:none;border-bottom:4px solid #ffb300;}
.prodbaseinfo_a h4{ margin:0px; margin-bottom:0px; font-size:26px; font-weight:normal; color:#0c4690; font-weight:bold}
.prob{ background:url(../images/ppb.jpg) top center repeat-x;}
.timeli{}
.timeli img{ width:14px; height:14px; display: block;
    float: left;
    padding: 3px;
    margin-right: 20px;}
.w266 {
    width: 1200px;
    margin: 0 auto;
}
.yw266 {
    padding-bottom: 60px;
	padding-top:40px;
}
.yw266 .body {
    overflow: hidden;
}
.yw266 .body ul {
    width: 100%;
}
.yw266 .body li {
    width: 283px;
    float: left;
    margin-right: 22px;
    margin-bottom: 22px;
    position: relative;
    
    transition: all .5s;
}
.yw266 .body li:nth-child(4n) {
    margin-right: 0;
}
.yw266 .body li .img {
    width: 100%;
    height: 220px;
}
.yw266 .body li .img img {
    width: 100%;
    height: 100%;
    display: block;
   
}
.yw266 .body li .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    background: url(../images/bgb266.png) repeat;
    width: 100%;
    border-radius: 0 0 5px 5px;
    color: #fff;
    transition: all .5s;
}
.yw266 .body li .txt h3 {
    font-size: 16px;
    font-weight: 100;
    line-height: 2px;
    text-align: center;
    transition: all .5s;
}
.yw266 .body li .txt span {
    margin: 0 auto;
    margin-top: 20px;
    display: block;
    border: 1px solid #fff;
    text-align: center;
    width: 123px;
    height: 33px;
    line-height: 33px;
    border-radius: 5px;
    opacity: 0;
    transition: all .5s;
}
.yw266 .body li:hover {
    text-align: center;
    box-shadow: 2px 5px 2px rgba(0, 0, 0, 0.1);
}
.yw266 .body li:hover .txt {
    background: url(../images/bgb266.png) repeat;
    height: 100%;
    border-radius: 5px;
}
.yw266 .body li:hover .txt h3 {
    padding-top: 89px;
}
.yw266 .body li:hover .txt span {
    opacity: 1;
}
.yw266 .index_title {
    text-align: center;
    padding-top: 55px;
    padding-bottom: 40px;
}
.yw266 .index_title h3 {
    font-size: 32px;
    font-weight: 100;
    padding-bottom: 12px;
    color: #0e4295;
    font-weight: bold;
}
.yw266 .index_title p {
    background: url(../images/line266.png) center center no-repeat;
    width: 320px;
    height: 22px;
    margin: 0 auto;
}
.yw266 .more {
    text-align: center;
}
.yw266 .more li {
    float: left;
}
.yw266 .more ul {
    display: inline-block;
}
.yw266 .more a {
    width: 141px;
    height: 35px;
    display: block;
    color: #0e4295;
    margin: 0 19px;
    border: 2px solid #0e4295;
    line-height: 35px;
    border-radius: 4px;
    font-size: 18px;
}
.yw266 .more a:hover {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}









.page_menu_335 {
    clear: both;
    overflow: hidden;
    text-align: center;
    padding: 36px 0 4px 0;

}
.page_menu_335 li {
    height: 36px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    margin: 6px 6px;
    cursor: pointer;
}
.page_menu_335 li a {
    color: #666;
    display: block;
    font-size: 15px;
    border: #ddd solid 1px;
    padding: 0 32px;
    background: #FFF;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
}
.page_menu_335 ul .ondt a{ background: #164d93;
    border: #164d93 solid 1px;
    color:#FFF;}
.page_menu_335 li a:hover {
    background: #164d93;
    border: #164d93 solid 1px;
    color:#FFF;
}
.page_menu_335 li.on a {
    background: #474747;
    border: #474747solid 1px;
    color:#FFF;
}
.n-news_335 {
    width: 1200px;
    overflow: hidden;
    margin: 30px auto;
}
.n-news_335 li {
    padding: 0px;
	margin-bottom:20px;
    overflow: hidden;
	border: 1px solid #ececec;
	width:30%;
	margin-right:3%; 
	float:left;
	height: 420px;
}
.n-news_335 li:hover {
    border: 1px solid #ececec;
    background: #f8f8f8;
}
.n-news_335 li .netu {
    width: 100%;
    height:250px;
    margin: 0 20px 0 0;
    overflow: hidden;
    float: left;
}
.n-news_335 li .netu img {
    width: 100%;
    height: 250px;
    display: block;
}
.n-news_335 li .netu a {
    -webkit-transition: All 2s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    transition: All 0.4s ease-in-out;
}
.n-news_335 li .netu a:hover {
    text-decoration: none;
    display: block;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.n-news_335 li .newz {
    width: 88%;
   padding-left:25px; padding-right:20px;
    line-height: 22px;
    overflow: hidden;
    float: left;
}
.n-news_335 li .newz h1 {
    font-size: 16px; 
}
.n-news_335 li .newz h2 {
    color: #8e8e8e;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 0 0;
    font-weight: normal;
}
.n-news_335 li .newz h2 img {
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
    vertical-align: top;
}
.n-news_335 li .newz a {
    text-decoration: none;
}
.page_335 {
    margin: 40px 5% 0px 5%;
    text-align: center;
    font-size: 14px;
    clear: both;
    overflow: hidden;
}
.page_335 ul {
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
}
.page_335 ul li {
    display: inline-block;
    float: left;
}
.page_335 ul li.active a,
.page_335 ul li a:hover {
    background: #474747;
    border:1px solid #474747;
    color:#fff;
    display:inline;
    float:left;
    margin:5px 3px;
    padding:0 14px;
    height:34px;
    line-height:34px;
    text-decoration:none;
}
.page_335 ul li a {
    padding: 0 14px;
    height: 34px;
    line-height: 34px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 5px 3px;
    display: inline;
    float: left;
    color: #444;
}







.connei{ width:1200px; margin:50px auto 0}
.indexab { padding:30px 30px;}
.indexab h2{ margin:20px 0px; color:#333;}
.cleardiv {context:"."; height:"0"; display:block;clear:both;visibility:hidden}
.floatleft {float:left}
.floatright {float:right}
.red {color:#ED292A}
.cerbg{ background:url(../images/cerbg.jpg) top center no-repeat;}
.whbg{ background:url(../images/whbg.jpg) top center no-repeat; min-height: 650px;}
.conbg{ background:url(../images/conbg.jpg) top center no-repeat; min-height: 500px;}
#myTop {width:1200px;margin:0 auto;}
#myTop dt {width:600px;float:left;height:70px;line-height:70px;color:#666}
#myTop dd {width:600px;float:right;text-align:right;height:50px;line-height:50px;color:#666;margin-top:10px;}
#myTop dd span {font-weight:bold;font-size:18px}
#myTop dd span img {margin-bottom:-3px;}
/**
#header {width:1200px;margin:10px auto;overflow:hidden}
#header dt {width:500px;float:left;padding:17px 0}
#header dd {width:600px;float:right;padding:17px 0;}
#header dd div {width:240px;float:left;background:url(../images/tel.png) no-repeat left center;height:56px;padding-left:40px;font-size:18px;color:333}
#header dd div span {display:block;font-size:24px;color:#F77C03;font-weight:bold}
#header dd form {width:300px;float:right;padding-top:15px;}
.sipt {width:200px;height:30px;line-height:30px;border:1px solid #DDD;background:url(../images/sbg.jpg) no-repeat 5px center;padding-left:30px;color:#666;outline:none}
.sbtn {width:60px;float:right;background:#308AC9;height:32px;line-height:30px;color:#FFF;border:1px solid #DDD;}
#header dd  img {display:none}

@media screen and  (max-width:1024px) {
#header {width:100vw;margin:10px auto;overflow:hidden;overflow:hidden}
#header dt {width:45vw;float:left;padding:17px 0}
#header dd {width:55vw;float:right;padding:17px 0;}
#header dd form {width:calc(55vw - 290px);float:right;padding-top:15px;margin-right:10px}
.sipt {width:calc(55vw - 384px);}
.sbtn {height:34px}
}
@media screen and  (max-width:992px) {
#header {width:100vw;}	
#header dt {width:500px;float:left;padding:0}
#header dd {width:600px;float:right;padding:0;}

#header dd div,#header dd form {display:none}
#header dd  img {display:block;float:right;margin-top:-40px;margin-right:10px}
}
@media screen and  (max-width:350px) {
#header dt img {height:45px;width:auto}
#header dd  img {display:block;float:right;margin-top:-35px;margin-right:10px}

}

**/
#nav {width:100%;overflow:hidden;border-top:1px solid #E0E0E0}
#nav div {width:1400px;overflow:hidden;margin:0 auto}
#nav div label {width:80px;float:left;display:block;;padding:00px 0;}
.pagination{ margin-bottom:50px;}
.pagination a{ border:1px solid #edebeb; background:#fff; padding:8px 15px; line-height:40px; height:40px;}
.pagination span{ border:1px solid #1ea4fe; color:#fff; background:#1ea4fe; padding:8px 15px; line-height:40px; height:40px; margin-right:5px;}
.mobNav {display:none}
.ymtit{ text-align:center; width:100%; height:90px; border-bottom:1px solid #eee; margin:0 auto;}
.ym-neitit{ width:1300px; margin:  0 auto; font-size:28px; color:#333333; line-height:90px; font-weight:bold;}
.ym-neitit i{ width:30px; height:4px; background:#ffb300; margin:0 auto; display:block;margin-top: -2px;}
#nav ul {width:68%;margin:0 auto;overflow:hidden;float:right}
#nav li {width:76px;margin: 0 6px;float:left;text-align:center;height:84px;line-height:90px;}

#nav li div {position:absolute;width:200px;background-color:#3154d8;display:none;z-index:1000;margin-left:-60px; margin-top:-8px;}
#nav li div a:link,#nav li div a:visited {display:block;color:#FFF;height:50px;line-height:50px;border-top:1px solid #00A0E9}
#nav li div a:hover,#nav li div a:active {background:#00A0E9;color:#FFF;}
@media screen and  (max-width:1024px) {
	
#myTop {width:98vw;margin:0 auto;}
#myTop dt {width:49vw;height:50px;line-height:50px;color:#666;}
#myTop dd {width:49vw}
#nav div {width:100vw;}
#nav div label {width:300px;float:left;display:block;;padding:20px 0;}
#nav ul {width:calc(100vw - 360px);margin:0 auto;overflow:hidden;}
#nav li {width:calc((100vw - 360px) / 6);float:left;text-align:center;}
#nav li div {position:absolute;width:calc((100vw - 360px) / 6);background-color:#308AC9;display:none;z-index:1000;margin-left:0}
}
@media screen and  (max-width:992px) {
#myTop {width:95vw;margin:0 auto;}
#myTop dt {width:100%;float:none;height:50px;line-height:50px;color:#666;}
#myTop dd {display:none}

#nav div {width:100vw;overflow:hidden;margin:0 auto}
#nav div label {width:100vw;float:none;display:block;;padding:3px 0;}
.mobNav {display:block;float:right;margin-right:10px;margin-top:20px;}
#nav ul {position:absolute;height:100vh;top:0;z-index:1000;background:#308AC9;width:0vw}
#nav li {width:100%;height:auto;line-height:normal;float:none;text-align:center;border-bottom:1px solid #0084B9;}
#nav li div {position:relative;width:100%;background-color:#3893CF;display:block;font-size:14px;border:0px solid #3391CE;margin-left:0px}
#nav li div a:link,#nav li div a:visited {display:block;color:#FFF;height:40px;line-height:40px;border-top:1px solid #0084B9;background:url(../images/li2.png) no-repeat calc(30vw - 40px) center;text-align:center;padding-left:10px}
#nav li div a:hover,#nav li div a:active {background:#00A0E9;color:#FFF;}

a.navlink:link,a.navlink:visited {color:#FFF;text-decoration:none;display:block;padding:0;    height: 40px;    margin: 5px 0px;    line-height: 40px;}
a.navlink:hover,a.navlink:active,a.curnavlink:link,a.curnavlink:visited {color:#FFF;background:#00A0E9;border-bottom:0}

}
.swiper-pagination span{height: 10px;width: 10px;-webkit-border-radius: 5px;border-radius: 5px}
.cerbg{ background:url(../images/cerbg.jpg) top center; width:100%; margin:0 auto; padding-top:1px; padding-bottom:40px;}
.i_b_title1{width:100%;text-align:center;margin:20px auto;font-size:35px;color:#4E925F}
.i_s_title {width:100%;margin:0 auto;text-align:center;font-size:16px;color:#868885}
#i_pro_Type {width:100%;margin:20px auto;overflow:hidden;text-align:center;}
#i_pro_Type a:link,#i_pro_Type a:visited {padding:10px 35px;border:1px solid #DDD;margin:5px;display:inline-table;font-size:16px;color:#666}
#i_pro_Type a:hover,#i_pro_Type a:active,#i_pro_Type a.cur_Type:link,#i_pro_Type a.cur_Type:visited{background:#2DB7F5;color:#FFF}
#i_pro_List ul {width:1400px;margin:30px auto;overflow:hidden}
#i_pro_List li {    width: 24%;
    float: left;
    margin-right: 14px;
    text-align: center;}
#i_pro_List li:hover {box-shadow: 0 0 8px 2px #eee;}
#i_pro_List li div {    margin-top: -45px;
    position: relative;
height:45px;line-height:45px;background:rgba(49,84,216,0.8)}
#i_pro_List li span {display:block;overflow:hidden;height: 430px;}
#i_pro_List li span  img {transition: all 0.6s;-ms-transition: all 0.8s;}
#i_pro_List li span img:hover{transform: scale(1.1);-ms-transform: scale(1.1);}
#i_pro_List li a:link,#i_pro_List li  a:visited{color:#fff;display:block;}
#i_pro_List li a:hover,#i_pro_List li  a:active{color:#FFF;}
#i_pro_List li:hover a div {}
#i_more {width:100%;overflow:hidden;height:50px;;text-align:center;margin:0 auto}
a.i_more:link,a.i_more:visited {padding:5px 40px;display:inline-table;background:#fff; border:1px solid #18488A;color:#18488A;font-size:16px;}
@media screen and  (max-width:1024px) {
.i_b_title1{width:100%;text-align:center;margin:10px auto;font-size:25px;color:#4E925F}
#i_pro_Type a:link,#i_pro_Type a:visited  {padding:6px 15px;border:1px solid #DDD;margin:5px;display:inline-table;font-size:14px;color:#666}
#i_pro_List ul {width:100vw}
#i_pro_List li {width:24vw;margin:10px 0.5vw;}
#i_pro_List li span {display:block;height:calc(24vw * 240 / 290);overflow:hidden}

#i_pro_List li img {width:24vw;height:calc(24vw * 240 / 290)}
#i_pro_List li div {height:35px;line-height:35px;margin-top:10px}
}


.icic{ width:116px; height:133px; background:url(../images/ic01.png) top center no-repeat;float: left; text-align:center; line-height:133px; margin-top:60px; margin-right: 20px; color:#334ab5; font-size:16px; font-weight:bold;}
.shilib-word{ font-size:16px; line-height:30px; text-align:left; color:#fff; width:80%; float:left; margin-top:40px; }
.i_s_title22 {width:100%;margin:0 auto;text-align:left;font-size:16px;color:#fff}
.i_b_title22{width:100%;text-align:left;margin:66px auto 20px;font-size:40px;color:#fff; font-weight:bold;}
.i_b_title22 i{width: 82px;
    display: ;
    height: 4px;
    float: left;
    margin-left: -205px;  
    position: absolute;
    margin-top: 60px;
    background: #ffb300;}
.i_b_title2{width:100%;text-align:center;margin:66px auto 10px;font-size:30px;color:#333; font-weight:bold;}
.i_b_title2 i{width: 47px;
    display: block;
    height: 6px;
    margin: 10px auto 0px;
    background: #ffb300;}
#i_about {width:1400px;margin:30px auto;overflow:hidden;border: 1px solid #e5e5e5;}
#i_about dt {width:600px;float:left}
#i_about dd {width:580px;float:right;}
#i_about dd div {line-height:2em;font-size:16px;color:#666;height:300px;}
#i_about dd ul {border-top:1px solid #CCC; padding-top:40px;width:100%;overflow:hidden;margin:20px auto}
#i_about dd li {width:25%;float:left;color:#999; text-align: center;}
#i_about dd li span {font-size:35px;font-weight:bold;color:#0185CD}
@media screen and  (max-width:1024px) {
.i_b_title2{width:100%;text-align:center;margin:10px auto;font-size:25px;color:#1D98A8}
#i_about  {width:100vw;}	
#i_about dt {width:49vw;margin:0 0.5vw}
#i_about dt img {width:100%;height:auto}
#i_about dd {width:49vw;margin:0 0.5vw}
#i_about dd div {line-height:2em;font-size:16px;color:#666;height:calc((49vw * 605) / 806 - 150px);overflow:hidden;}

}

#ad {width:100%;height:206px;margin:0 auto;background:url(../images/ad2.jpg) repeat-x top center}
#ad dl {width:1200px;margin:0 auto}
#ad dt {width:1000px;float:left}
#ad dd {width:200px;float:right;}
#ad dt span {display:block;height:60px;line-height:60px;font-size:30px;color:#64C5FF;font-weight:bold;margin-top:30px;}
#ad dt div {color:#FFF;font-size:25px;margin-top:15px;}
#ad dd div {width:202px;height:57px;background:url(../images/zxbg.png);line-height:57px;text-align:center;font-size:22px;color:#10479F;font-weight:bold;margin-top:60px;}
.i_b_title3{width:100%;text-align:center;margin:20px auto;font-size:35px;color:#8471CA}
#i_pro_Lists ul {width:1300px;margin:10px auto;overflow:hidden}
#i_pro_Lists li {width:23.4%;float:left;margin:20px 0px;text-align:center; padding:10px;}
#i_pro_Lists li div {height:45px;line-height:45px;background:#F5F5F5}
#i_pro_Lists li:hover {box-shadow: 0 0 8px 2px #eee;}
#i_pro_Lists li span {display:block;overflow:hidden}
#i_pro_Lists li span  img {transition: all 0.6s;-ms-transition: all 0.8s; width:100%;}
#i_pro_Lists li span img:hover{transform: scale(1.1);-ms-transform: scale(1.1);}

#i_pro_Lists li a:link,#i_pro_Lists li  a:visited{color:#2DB7F5;display:block;}
#i_pro_Lists li a:hover,#i_pro_Lists li  a:active{color:#FFF;}
#i_pro_Lists li:hover a div {background:#2DB7F5}
@media screen and  (max-width:1024px) {
.i_b_title3{width:100%;text-align:center;margin:10px auto;font-size:25px;color:#8471CA}
#i_pro_Lists ul  {width:100%;}	
#i_pro_Lists li {width:24vw;float:left;margin:10px 0.5vw;text-align:center}
#i_pro_Lists li img {width:24vw;height:calc(24vw * 240 / 290)}
#i_pro_Lists li div {height:35px;line-height:35px;margin-top:10px}
#i_pro_Lists li span {display:block;height:calc(24vw * 240 / 290);overflow:hidden}


#ad {width:100%;height:150px;margin:0 auto;background:url(../images/ad2.jpg) repeat-x top center}
#ad dl {width:100vw;margin:0 auto;overflow:hidden}
#ad dt {width:90vw;overflow:hidden;margin:10px auto;float:none;clear:both;}
#ad dd {width:100vw;float:none;}
#ad dt span {display:block;height:auto;line-height:20px;font-size:18px;color:#64C5FF;font-weight:bold;margin-top:10px;}
#ad dt div {color:#FFF;font-size:15px;}
#ad dd div {width:205px;height:37px;background:url(../images/zxbg.png) center center;line-height:37px;text-align:center;font-size:15px;color:#10479F;font-weight:bold;margin-top:0px;;margin-left:30px;float:right;margin-right:20px}

}


.i_b_title4{width:100%;text-align:center;margin:20px auto;font-size:35px;color:#ECBE68}

#i_newlist {width:1200px;margin:0 auto;overflow:hidden}
#i_newlist li {width:calc(1080px / 3);float:left;margin:20px}
#i_newlist dt {height:45px;line-height:45px;border-bottom:1px solid #DDD;}
#i_newlist dt span {color:#4E5B88;font-size:18px;font-weight:bold;}
#i_newlist dt font {color:#666;text-transform:uppercase;marig n-left:5px;font-size:12px;}
#i_newlist dt a {float:right}
#i_newlist dd {height:45px;line-height:45px;overflow:hidden;border-bottom:1px solid #dedede;}
#i_newlist dd span {float:right;color:#999}
@media screen and  (max-width:1024px) {
.i_b_title4{width:100%;text-align:center;margin:10px auto;font-size:25px;color:#ECBE68}
#i_newlist {width:96vw;}
#i_newlist li {width:31vw;margin:10px 0.5vw;float:left}

}

#links {width:1160px;margin:10px auto;overflow:hidden;line-height:2em;}
#links span {font-size:16px;font-weight:bold;color:#00A9EF}
#links a:link,#links a:visited {margin:0 5px;}
@media screen and  (max-width:1024px) {
	#links {width:98vw;margin:0 auto}
}
#bottom {width:100%;padding:20px 0;background-color:#00306e;margin:0px auto 0 auto}
#footer {width:1300px;margin:0 auto;overflow:hidden}
#footer ul {width:100%;float:left}
#footer ul h3 {color:#fff;font-weight:normal;font-size:14px;}
#footer ul a:link,#footer ul a:visited { font-size:13px;}
#footer ul a:hover,#footer ul a:active {color:#6b9edf;text-decoration:underline; font-size:13px;}
.navsec a{ float:left; width:100%; color:#8794ad;}
.footernav{width:60%;float:left}
.footernav ul li{ float:left; width:15%; text-align:center}
.footernav ul li a{ }
.footcontact{ width:28%; float:left; text-align:left}
.erweima{ width:12%; float:right;}
.banquan{ background:#164d93; width:100%; height:40px; color:#fff; line-height:40px; font-size:12px;}
.banquan-main{ width:1300px; margin:0 auto; color:#fff;}
.banquan-left{ float:left; width:50%;}
.banquan-right{ float:right; width:50%; text-align:right;}
.banquan-right a{ color:#fff;}
#footer dt {width:1050px;float:left}
#footer dd {width:140px;float:right;padding-top:25px}
#footer div span {display:block;width:400px;padding-left:50px;overflow:hidden;background:url(../images/tell.png) no-repeat left center;font-size:16px;color:#FFF;line-height:2em;font-weight:bold;margin:10px 0}
#footer div font {font-size:16px;color:#FFF;line-height:2em;}
#footer div span img {float:right;margin-right:20px}
@media screen and  (max-width:1024px) {
#footer {width:100vw;overflow:hidden}
#footer ul {width:10vw;float:left;text-align:center}
#footer ul h3 {font-size:14px}
#footer dt {width:calc(100vw - 180px);float:left}
#footer dd {width:180px;float:right;padding-top:25px}

#footer div {width:calc(59vw - 180px);overflow:hidden}
#footer div span {width:calc(59vw - 220px)}
#footer div font  {font-size:14px}
}



#location {width:1170px;margin:10px auto;background:#f9f9f9 url(../images/location.png) no-repeat 10px center;padding-left:30px;height:50px;line-height:50px;overflow:hidden}
#location dt {width:700px;float:left}
.mysearch {width:300px;float:right;padding-top:8px;;margin-right:10px}
.sipt {width:200px;height:30px;line-height:30px;border:1px solid #DDD;background:url(../images/sbg.jpg) no-repeat 5px center;padding-left:30px;color:#666;outline:none}
.sbtn {width:60px;float:right;background:#308AC9;height:32px;line-height:30px;color:#FFF;border:1px solid #DDD;}
.shilib{ width:100%; height:586px; margin:80px auto 0px; background:url(../images/shilib.jpg) top center no-repeat;}
.shili-main{ width:1400px; margin:0 auto; }
.shili-left{ width:50%; float:left; text-align:left; color:#fff;}
#mybody {width:1300px;margin:0 auto 60px;overflow:hidden}
#myleft {width:240px;float:left}
#myright {width:100%; margin:0 auto; text-align:left;}
.l_title {height:50px;text-align:center;background:#2DB7F5;font-size:18px;color:#FFF;background:#0084B9;overflow:hidden}
#myleft .l_title span {display:block;margin:5px;border:1px solid #80D0F4;height:38px;line-height:38px;text-align:left;padding:0 10px;text-transform:uppercase;}
#myleft .l_title span font {font-size:14px;margin-left:5px}
#lxinfo {padding:10px;line-height:2.25em;border:1px solid #E5E5E5;}
#lxinfo img {margin-bottom:-5px}
#left_Nav {width:calc(100% - 2px);border:1px solid #E5E5E5;}
#left_Nav dt {height:60px;line-height:60px;text-align:center ;font-size:16px;border-bottom:1px solid #E5E5E5;margin:0 10px;font-weight:bold;color:#666;}
#left_Nav dt.ondt {background:url(../images/kuang.png) no-repeat center center;}
#left_Nav dt a:link,#left_Nav dt a:visited {display:block;color:#666;line-height:60px}
#left_Nav dd {border-bottom:1px solid #E5E5E5;}
#left_Nav dd a {display:block;height:40px;line-height:40px;text-align:center;;}
#left_Nav dd a:hover,#left_Nav dd a:active,#left_Nav dd a.l2on:link,#left_Nav dd a.l2on:visited {background:#00A0E9;color:#FFF;}
#left_Nav dt.ondt a:link,#left_Nav dt.ondt a:visited{color:#00A0E9}
#left_Nav dt span {display:none}

#mr_prolist li:hover {box-shadow: 0 0 8px 2px #eee;}
#mr_prolist {width:100%;margin:10px auto;overflow:hidden}
#mr_prolist li {width:20%;display: inline-table;margin:15px 14px;text-align:center;border:1px solid #e5e5e5;}
#mr_prolist li span {display:block;height:400px;overflow:hidden}
#mr_prolist li span  img {transition: all 0.6s;-ms-transition: all 0.8s;}
#mr_prolist li span img:hover{transform: scale(1.1);-ms-transform: scale(1.1);}

#mr_prolist li div {background:#F5F5F5; }
#mr_prolist li div {height:25px;line-height:25px;background:#facd00; padding-top:10px;}
#mr_prolist li a:link,#mr_prolist li  a:visited{color:#333;display:block; text-align:center; font-size:26px; font-weight:bold; line-height:24px}
#mr_prolist li a:link .fubiaoti{ color: #237ce2;font-size:16px; border-bottom: 1px solid #eee;padding-top: 5px;    padding-bottom: 5px;}
#mr_prolist li a:visited .fubiaoti{border-bottom: 1px solid #eee;color: #237ce2}
#mr_prolist li a:link .canshulist{ 
   padding-left: 15px;font-weight: normal;
    position: relative;
    font-size: 12px;
	text-align:left;
    line-height: 20px;
    color: #666;    height: 70px;}
#mr_prolist li a:hover,#mr_prolist li  a:active{box-shadow: -4px 2px 20px 1px rgba(0,0,0,0.2);}
#mr_prolist li:hover a div {}
#mypage {width:100%;margin:50px auto;text-align:center}
#mypage a:link,#mypage a:visited,#mypage span,#mypage font {padding:4px 10px;border:1px solid #CCCCCC;margin:0 5px;color:#999;border-radius:2px}
#mypage a:hover,#mypage a:active,#mypage span{color:#FFF;border:1px solid #2DB7F5;background:#2DB7F5}
#xgPro {border:1px solid #E5E5E5;text-align:center;;margin:0 auto;}
#xgPro li {text-align:center;border:1px solid #DDD;margin:8px auto;width:222px;}
#xgPro li div {height:40px;line-height:40px;border-top:1px solid #DDD}
#xgPro li:hover {border-color:#0084B9}

@media screen and  (max-width:1024px) {
#location {width:calc(100vw - 30px);margin:10px auto;background:#f9f9f9 url(../images/location.png) no-repeat 10px center;padding-left:30px;height:50px;line-height:50px;overflow:hidden}
#location dt {width:calc(100vw - 340px);float:left}
.mysearch {width:300px;float:right;padding-top:8px;;margin-right:10px}
#mybody {width:100vw;}
#myright {width:calc(100vw - 240px)}
#mr_prolist li {width:calc((100vw - 260px) / 3 - 16px);overflow:hidden}
#mr_prolist li span {height:calc((((100vw - 260px) / 3 - 16px) * 240) / 290)}
#mr_prolist li span  img {width:calc((100vw - 260px) / 3 - 16px);height:calc((((100vw - 260px) / 3 - 16px) * 240) / 290)}
#mr_prolist li div {height:40px;line-height:40px;background:#F5F5F5;margin-top:10px}
}

.jobh{ text-align:left; 
    font-size: 22px;
    color: #333333;
    line-height: 90px;
    font-weight: bold;}
#jobh_info{text-align:left;color:#666;border-top:1px dashed #DDD;height:40px;line-height:40px;font-size:12px}
.w371 {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 30px;
    margin-top: 20px;
}
.w371 .content {
    width: 1200px;
    float: left;
}
.w371 .eynews .item {
    width: 1100px;
    margin: 0 auto;
    padding: 20px 40px;
    border-bottom: 1px solid #eaeaea;
    transition: all .5s;
}
.w371 .eynews .item a {
    display: block;
    width: 100%;
}

.w371 .eynews .item h3 {
    font-size: 16px;
    color: #1e468e;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 5px;
    font-weight: bold;
 
    transition: all ease 300ms;
}
.w371 .eynews .item .txt {
    color: #737373;
    line-height: 24px;
    
    margin: 10px 0 10px;
    overflow: hidden;
}
.w371 .eynews .item .txt span {
    color: #d20a05; float:right;
}
.w371 .eynews .item .time {
    color: #737373;
}
.w371 .eynews .item:hover h3 {
    color: #3154d8;
}
.w371 .eynews .item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.w371 .pages {
    padding: 20px 0 30px;
    width: 100%;
    text-align: center;
    clear: both;
}
.w371 .pages a {
    color: #666;
    padding: 0 15px;
    margin: 0 3px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.w371 .pages * {
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    padding-bottom: 1px;
}
.w371 .pages a:hover, .w371 .pages .active a{
    display: inline-block;
    color: #fff;
    background: #003e92;
    border-color: #003e92;
}




#mr_newlist {width:920px;margin-left:20px;overflow:hidden}
#mr_newlist li {height:40px;line-height:40px;border-bottom:1px dashed #DDD;padding:0 10px;}
#mr_newlist li  span{float:right;color:#999}
#mr_newlist li a:link,#mr_newlist li a:visited{background:url(../images/li.png) no-repeat left center;padding-left:15px;display:block;width:calc(100%-100px);overflow:hidden;height:40px;line-height:40px}
#mr_newlist li a:hover,#mr_newlist li a:active{background:url(../images/li_hover.png) no-repeat left center;padding-left:15px}
#proinfo ,#newBody {width:100%;overflow:hidden; font-size:16px; line-height:30px;margin-bottom: 50px;}
#newBody h1 {text-align:center;height:50px;line-height:50px;margin:10px auto;height:auto;font-size:24px}
#n_body {margin:10px auto;line-height:32px; font-size:16px; color:#666;min-height:500px;}
#n_bodycon {margin:10px auto;line-height:32px; font-size:16px; color:#666;min-height:420px;}
.sbimg{ width:100%; margin:50px auto; text-align:center}
#n_page {line-height:2em;}
#n_info {text-align:center;color:#666;border-top:1px dashed #DDD;height:40px;line-height:40px;font-size:12px}
#proinfo dt {width:362px;float:left}
#proinfo dt img {border:1px solid #DDD;}
#proinfo dd {width:540px;float:right} 
#proinfo dd h2 {font-size:20px;font-weight:bold;margin:5px 0;color:#00A0E9}
#proinfo dd span {display:block;color:#666;font-size:12px;padding:5px 0}
#proinfo dd font {display:block;line-height:2em;/*min-height:238px*/}
.bigimg {height:265px;}
.nei_about{ margin-top:40px; padding-bottom:40px; margin-bottom:40px; border-bottom:1px solid #eee; width:100%; float:left}
.nei_about_pic{ float:left; width:50%;}
.indexabnei{ width:48%; float:right; text-align:left;}
.iconei{ width:100%; float:left;}
.iconei-div{ float:left; width:25%; text-align:center; margin-top:20px;}
#proinfo dd label {display:block;height:50px;margin-top:16px;}
#proinfo dd label a:link,#proinfo dd label a:visited {padding:12px 40px;background:#00A0E9;color:#FFF;}
#cpjs,#xgxw {width:100%;margin:10px 0 10px 20px;overflow:hidden;height:40px;line-height:40px;background:#F0F0F0 url(../images/bar_line2.png) no-repeat 10px center;border-bottom:2px solid #00A0E9;padding-left:20px;font-size:18px;color:#00A0E9}
#cpinfo {padding:10px 0;line-height:2em;width:920px;margin-left:20px;overflow:hidden}
#xgNews {width:100%;margin:10px 0 10px 20px;overflow:hidden;;}
#xgNews li {width:49%;float:left;height:50px;line-height:50px;border-bottom:1px dashed #E5e5e5;overflow:hidden;margin:0 5px}
#xgNews li span {font-size:12px}
@media screen and  (max-width:1680px) {
	#i_about dt {
    width: 770px;
    float: left;
}
}
@media screen and  (max-width:1600px) {
	#i_about dt {
    width: 770px;
    float: left;
}
}
@media screen and  (max-width:1440px) {
	#i_about dt {
    width: 650px;
    float: left;
}
#i_about dd {
    width: 580px;
    float: right;
}
.indexab h2 {
    margin: 0px 0px;
    color: #333;
}
#i_about dd ul {
    border-top: 1px solid #CCC;
    padding-top:20px;
    width: 100%;
    overflow: hidden;
    margin: 10px auto;
}
}
@media screen and  (max-width:1366px) {

#i_pro_List ul {
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
}
	.banquan-main {
    width: 1240px;
    margin: 0 auto;
    color: #fff;
}
	#nav div {
    width: 1300px;
    overflow: hidden;
    margin: 0 auto;
}
#i_pro_List li {
       width: 22.6%;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
}
.shili-main {
    width: 1240px;
    margin: 0 auto;
}
#i_pro_Lists ul {
    width: 1240px;
    margin: 10px auto;
    overflow: hidden;
}
#i_pro_Lists li {
    width: 23.3%;
    float: left;
    margin: 20px 0px;
    text-align: center;
    padding: 10px;
}
#footer {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
#i_about {
    width: 1240px;
    margin: 30px auto;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}
.i_b_title2 {
    width: 100%;
    text-align: center;
    margin: 26px auto 10px;
    font-size: 28px;
    color: #333;
    font-weight: bold;
}
	}
@media screen and  (min-width:1360px) {
#i_about dt {
    width: 750px;
   
    float: left;
}
#i_about dd {
    width: 480px;
    float: right;
}
.indexab h2 {
    margin: 00px 0px;
    color: #333;
}
#i_about dd ul {
    border-top: 1px solid #CCC;
    padding-top: 10px;
    width: 100%;
    overflow: hidden;
    margin: 20px auto;
}
}

@media screen and  (max-width:1280px) {
#i_about dt {
    width: 650px;
    float: left;
}
.indexab h2 {
    margin: 00px 0px;
    color: #333;
}
#i_about dd ul {
    border-top: 1px solid #CCC;
    padding-top: 10px;
    width: 100%;
    overflow: hidden;
    margin: 20px auto;
}
}
@media screen and  (max-width:1024px) {
	#mr_newlist {width:calc(100vw - 260px)}
	#proinfo,#newBody   {width:calc(100vw - 260px);margin-left:20px}
	#xgNews {width:calc(100vw - 260px);}
	#xgNews li {width:calc((100vw - 260px) / 2 - 10px)}
	#proinfo dd {width:calc(100vw - 640px)}
	#cpinfo {width:calc(100vw - 260px)}
}

@media screen and  (max-width:992px) {
#mr_newlist  {width:100vw;margin:0}
#proinfo,#newBody   {width:100vw;margin:0}
#newBody h1 {text-align:center;height:50px;line-height:50px;margin:10px auto; height:auto; font-size:14px}
#n_body {margin:10px 1vw;line-height:2em;min-height:300px;}
#n_page {line-height:2em;margin:10px 1vw}
#proinfo dt {width:96vw;float:none;margin:0 auto}
#proinfo dt img {width:100%;height:auto}
#proinfo dd {width:96vw;float:none;margin:0 auto}
#cpjs,#xgxw {width:96vw;margin:0 auto}
#cpinfo {width:96vw;margin:0 auto;}
#xgNews {width:96vw;margin:10px auto;overflow:hidden}
#xgNews li {width:46vw;float:left;height:40px;line-height:40px;border-bottom:1px dashed #E5E5E5;overflow:hidden;margin:0 1vw}
#proinfo dd font {mini-height:0}

}

.clearfix:after{clear:both;content:".";display:block;font-size:0;height:0;line-height:0;visibility:hidden;}
.clearfix{display:block;zoom:1}
ul#thumblist{display:block;margin-top:10px;}
ul#thumblist li{float:left;margin:0 4px;list-style:none;}
ul#thumblist li img {width:78.5px;;height:50px}
ul#thumblist li a{display:block;border:1px solid #CCC;}
ul#thumblist li a.zoomThumbActive{ border:1px solid red;}
.jqzoom{	text-decoration:none;float:left;}
@media screen and  (max-width:992px) {
.jqzoom{	text-decoration:none;float:none;}
#content {width:100%;}
.jqzoom img {width:100%;}
ul#thumblist li{float:left;margin:calc(1vw - 2px);list-style:none;}
ul#thumblist li img {width:22vw;height:calc(22vw * 50 / 80)}
.shili-main {
    width: 100%;
    margin: 0 auto;
}
.shili-left {
    width: 100%;
    float: left;
    text-align: left;
    color: #fff;
}
.banquan-main {
    width: 100%;
    margin: 0 auto;
    color: #fff;
}
.indexab {
    padding: 30px 10px;
}
.shilib {
  width:100%;
    height: 620px;
    margin: 80px auto 0px;
    background: url(../images/shilib.jpg) top left no-repeat;
    background-size: 600%;
	
}

.i_s_title22 {
    margin: 0 auto;
	width: 96%;
	padding-left:2%;
	padding-right:2%;
    text-align: left;
    font-size: 16px;
    color: #fff;
}
.i_b_title22 {

    text-align: left;
    margin: 26px auto 10px;
	width: 96%;
	padding-left:2%;
	padding-right:2%;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.i_b_title22 i {
    width: 82px;
   
    height: 4px;
    float: left;
    margin-left: -155px;
    position: absolute;
    margin-top: 40px;
    background: #ffb300;
}
.icic {
    width: 116px;
    height: 133px;
    background: url(../images/ic01.png) top center no-repeat;
    float: left;
    text-align: center;
    margin-left: 34px;
    line-height: 133px;
    margin-top: 20px;
    margin-right: 20px;
    color: #334ab5;
    font-size: 16px;
    font-weight: bold;
}
.shilib-word {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #fff;
    width: 96%;
	padding-left:2%;
	padding-right:2%;
    float: left;
    margin-top: 40px;
}
.ym-neitit {
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    color: #333333;
    line-height: 60px;
    font-weight: bold;
}
.ymtit {
    text-align: center;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #eee;
    margin: 0 auto;
}
.nei_about_pic {
    float: left;
    width: 100%;
	text-align:center
}
.indexabnei {
  width: 90%;
    margin: 0 auto;
    float: none;
    text-align: left;
}
.nei_about_pic img{ width:90%; margin:0 auto}
.nei_about_word{ width:90%; margin:0 auto}
#banner{ width:100%; overflow:hidden;}
#banner img{height: 150px;
    width: 140%;
    margin-left: -70px;}
.w266 {
    width: 100%;
    margin: 0 auto;
}
.yw266 .body li {
    width: 48%;
	margin-left:1%;
	margin-right:1%;
    float: left;
    margin-right: 0px;
    margin-bottom: 22px;
    position: relative;
    transition: all .5s;
}	
.yw266 .body li .img {
    width: 100%;
    height: 150px;
}
.sbimg img{ width:100%;}
.pro365 .container {
    margin-top: 00px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.pro365 .prodetailsinfo .photo {
    width: 100%;
    position: relative;
}
.n-news_335 {
    width: 100%;
    overflow: hidden;
    margin: 30px auto;
}
}


@media screen and  (max-width:992px) {
#footer  {width:100vw;overflow:hidden}
#footer ul {width:25vw;text-align:center;float:left}
#footer div {float:none;width:100vw;margin:0}
#footer div span {width:calc(98vw - 50px);background:#007AA8 url(../images/tell.png) no-repeat 10px center;padding:2vw 2vw 2vw 50px}
#footer dt {width:100vw}

#footer dd {width:100vw;float:none;padding-top:25px;text-align:center}
#footer div font {display:block;margin:0 2vw;font-size:14px}
}
@media screen and  (max-width:992px) {
.i_b_title4{width:100%;text-align:center;margin:10px auto;font-size:25px;color:#ECBE68}
#i_newlist {width:96vw;}
#i_newlist li {width:30vw;margin:10px 1vw;float:left}

}
@media screen and  (max-width:992px) {
#location {width:100vw;font-size:12px;height:35px;line-height:35px;padding:0;background:none;height:auto;overflow:hidden;margin:10px 0}
#location dt {width:calc(100vw - 30px);float:none;padding-left:30px;background:#f9f9f9 url(../images/location.png) no-repeat 10px center;}
.mysearch {width:96vw;float:none;padding-top:8px;;margin:0 auto}
.sipt {width:calc(96vw - 100px);height:30px;line-height:30px;border:1px solid #DDD;background:url(../images/sbg.jpg) no-repeat 5px center;padding-left:30px;color:#666;outline:none}
.sbtn {width:60px;float:right;background:#308AC9;height:32px;line-height:30px;color:#FFF;border:1px solid #DDD;}
#mybody,#myleft,#myright {width:100vw;}
.l_title,#lxinfo {display:none}
#xgPro {display:none}

#left_Nav {width:100vw;list-style-type:none;  display:flex;  justify-content: center;margin-bottom:20px;height:60px}
#left_Nav dt {height:50px;line-height:50px;text-align:center;margin:5px 0;padding:0 10px;background:#FFF;font-size:12px;border:0;border-bottom:1px solid #ddd;margin:0 5px;font-weight:bold;padding-right:30px;}
#left_Nav dt a:link,#left_Nav dt a:visited {display:Inline ;color:#666;line-height:60px}
#left_Nav dt span {display:inline;margin-left:15px}
#left_Nav dd {display:block;position:absolute;background:#FFF;left:0;margin-top:50px;width:96vw;margin-left:2vw;display:none;z-index:1000}
#mr_prolist li {width:24vw;float:left;margin:8px 0.5vw;text-align:center}
#mr_prolist li span  img {width:24vw;height:calc(24vw * 240 / 290)}
#mr_prolist li div {height:35px;line-height:35px;margin-top:10px;}
#mr_prolist li span {display:block;height:calc(24vw * 240 / 290);overflow:hidden}

}

@media screen and  (max-width:766px) {
#footer  {width:100vw;overflow:hidden}
#footer ul {width:50vw;text-align:center;float:left}
#footer div {float:none;width:100%;margin:0}
#footer div span {width:calc(98vw - 50px);background:#007AA8 url(../images/tell.png) no-repeat 10px center;padding:2vw 2vw 2vw 50px}
#footer dt {width:100vw}

#footer dd {width:100vw;float:none;padding-top:25px;text-align:center}
#footer div font {display:block;margin:0 2vw;font-size:14px}
.footernav{ display:none}
.erweima{ display:none;}
}
@media screen and  (max-width:766px) {
.i_b_title4{width:100%;text-align:center;margin:10px auto;font-size:25px;color:#ECBE68}
#i_newlist {width:96vw;}
#i_newlist li {width:96vw;margin:10px 0}

}@media screen and  (max-width:700px) {
.i_b_title1{width:100%;text-align:center;margin:10px auto;font-size:25px;color:#4E925F}
#i_pro_Type a:link,#i_pro_Type a:visited  {padding:6px 15px;border:1px solid #DDD;margin:5px;display:inline-table;font-size:14px;color:#666}
#i_pro_List ul {width:100vw}
#i_pro_List li {width:45vw;margin:10px 2.5vw;}
#i_pro_List li span {display:block;height:calc(45vw * 240 / 290);overflow:hidden}

#i_pro_List li img {width:45vw;height:calc(45vw * 240 / 290)}
#i_pro_List li div {height:35px;line-height:35px;margin-top:10px}
}
@media screen and  (max-width:700px) {
#mr_prolist li {width:calc(100vw / 3 - 1vw);float:left;margin:8px 0.5vw;text-align:center}
#mr_prolist li span  img {width:calc(100vw / 3 - 1vw);height:calc((100vw / 3 - 1vw) * 240 / 290)}
#mr_prolist li div {height:35px;line-height:35px;margin-top:10px;}
#mr_prolist li span {display:block;height:calc((100vw / 3 - 1vw) * 240 / 290);overflow:hidden}

}
@media screen and  (max-width:700px) {
.i_b_title2{width:100%;text-align:center;margin:20px auto;font-size:18px;color:#333}
#i_about  {width:100vw;}	
#i_about dt {width:96vw;float:none;margin:0 auto}
#i_about dt img {width:100%;height:auto}
#i_about dd {width:96vw;float:none;margin:0 auto}
#i_about dd div {height:auto}
}
@media screen and  (max-width:700px){
	#i_pro_Lists li {width:calc(100vw / 3 - 1vw);float:left;margin:10px 0.5vw;text-align:center}
#i_pro_Lists li img {width:calc(100vw / 3 - 1vw);height:calc((100vw / 3 - 1vw) * 240 / 290)}
#i_pro_Lists li div {height:35px;line-height:35px;margin-top:10px}
#i_pro_Lists li span {display:block;height:calc((100vw / 3 - 1vw) * 240 / 290);overflow:hidden}

}

@media screen and  (max-width:500px) {
#i_pro_Lists li {width:44%;float:left;margin:10px 0vw;text-align:center}
#i_pro_Lists li img {width:45vw;height:calc(45vw * 240 / 290)}
#i_pro_Lists li div {height:35px;line-height:35px;margin-top:10px}
#i_pro_Lists li span {display:block;height:calc(45vw * 240 / 290);overflow:hidden}
}


@media screen and  (max-width:500px) {
#mybody,#myleft,#myright {width:100vw;}
.l_title,#lxinfo {display:none}
#xgPro {display:none}

#left_Nav {width:100vw;list-style-type:none;  display:flex;  justify-content: center;margin-bottom:20px;height:60px}
#left_Nav dt {height:50px;line-height:50px;text-align:center;margin:5px 0;padding:0 10px;background:#FFF;font-size:12px;border:0;border-bottom:1px solid #ddd;margin:0 5px;font-weight:bold}
#left_Nav dd {display:block;position:absolute;background:#FFF;left:0;margin-top:50px;width:96vw;margin-left:2vw;display:none}
#mr_prolist li {width:45vw;float:left;margin:8px 2.5vw;text-align:center}
#mr_prolist li span  img {width:45vw;height:240px;}
#mr_prolist li div {height:35px;line-height:35px;margin-top:0px;}
#mr_prolist li span {display:block;height:240px;overflow:hidden}

}
@media screen and  (max-width:500px) {
#mr_newlist  {width:100vw;margin:0}
#proinfo  {width:100vw;margin:0}
#proinfo dt {width:96vw;float:none;margin:0 auto}
#proinfo dt img {width:100%;height:auto}
#proinfo dd {width:96vw;float:none;margin:0 auto}
#cpjs,#xgxw {width:96vw;margin:0 auto}
#cpinfo {width:96vw;margin:0 auto;}
#xgNews {width:96vw;margin:10px auto;overflow:hidden}
#xgNews li {width:96vw;float:none;height:40px;line-height:40px;border-bottom:1px dashed #E5E5E5;overflow:hidden;margin:0 auto}
#i_pro_Lists ul {
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
}
}
